Top-down sentance parsing starts with the top-level sentance in a grammar and then seeks to match the sentance trying each possible expansion, moving downwards to the indivdiual words. This is similar to recursive descent parsers for programming languages.
Used in Chap. 13: page 207